home *** CD-ROM | disk | FTP | other *** search
- Path: noc.netcom.net!news
- From: Sean Palmer <sean@delta.com>
- Newsgroups: comp.lang.c++
- Subject: Re: *****beginer question******unresolved external symbol
- Date: Tue, 09 Apr 1996 14:36:57 -0400
- Organization: deltaComm Development, Inc.
- Message-ID: <316AAE49.5EAD@delta.com>
- References: <4kcof4$9h1@ddi2.digital.net>
- NNTP-Posting-Host: landspeeder.delta.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 3.0B2 (Win95; I)
-
- > I typed binary tree program on the text book. There are no type miss.
- > But compiler give me like that messages. I am using MS Visiul C++.
-
- > Compiling...
- > avltree.cpp
- > Linking...
- > avltree.obj : error LNK2001: unresolved external symbol "class ostream
- > & __cdecl operator<<(class ostream &,class String const
- > &)"(??6@YAAAVostream@@AAV0@ABVString@@@Z)
-
-
- Sounds like you forgot to link in the runtime library. Or maybe have
- some setting enabled that changes the name mangling conventions.
-